home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / mail / mailhand / metamail.lin < prev    next >
Text File  |  1996-11-17  |  852b  |  35 lines

  1. Linux metamail installation
  2. ---------------------------
  3.  
  4. 1. Type "mkdir metamail" in your home (or other) directory.
  5.  
  6. 2. Type "cd metamail".
  7.  
  8. 3. Type "gzip -dc metamail-linux.tar.z | tar xvf -". This will extract the
  9.    Linux metamail binaries, man and other files.
  10.  
  11. 4. Type "cd bin".
  12.  
  13. 5. Type these instructions:
  14.  
  15.    for a in *;do
  16.    install -c $a /usr/bin (use /usr/local/bin or other dir. if you wish)
  17.    done
  18.  
  19.    This will install the binary files in your executable directory.
  20.  
  21. 6. Type "cd ../man" for going the the man files directory.
  22.  
  23. 7. Type this:
  24.  
  25.    for a in *;do
  26.    install -c -m 444 $a /usr/man/man1 (or /usr/local/man/man1, etc.)
  27.    done
  28.  
  29.    This will install the man files in your man direcotry,
  30.  
  31. 8. Type "cd ..".
  32.  
  33. 9. Type "install -c -m 644 mailcap /etc". You can install the mailcap file
  34.    in /usr/etc or /usr/local/etc, if you wish.
  35.